home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17572 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  692 b 

  1. Path: nntp.uib.no!usenet
  2. From: Thomas Mork Farrelly <uk236@brems.ii.uib.no>
  3. Newsgroups: comp.lang.c++
  4. Subject: List of functions within an object
  5. Date: Tue, 16 Apr 1996 17:44:14 +0200
  6. Organization: Universitetet i Bergen
  7. Message-ID: <3173C04E.2781E494@brems.ii.uib.no>
  8. NNTP-Posting-Host: klegg.ii.uib.no
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 3.0b2 (X11; I; SunOS 4.1.3 sun4c)
  13.  
  14. Is there a safe ( compiler-independent ) way
  15. of getting a list of functions in an object.
  16. I need a pointer to each function in an object.
  17. Preferrably also to variables.
  18.  
  19. ...ok, ok, I want pointers to all declarations.
  20.  
  21. Is this possible? How?
  22.